- raise an exception
- zgłosić wyjątek
English-Polish dictionary of Electronics and Computer Science. 2013.
English-Polish dictionary of Electronics and Computer Science. 2013.
Exception handling syntax — varies between programming languages to accommodate their overall syntax. Some languages don t call the concept exception handling or they may not have direct facilities for it, but they can still provide means for implementing it. Catalogue of… … Wikipedia
Exception — Klassifizierung verschiedener Ausnahmesituationen Eine Ausnahme oder Ausnahmesituation (engl. exception) bezeichnet in der Computertechnik ein Verfahren, Informationen über bestimmte Programmzustände – meistens Fehlerzustände – an andere… … Deutsch Wikipedia
Exception handling — is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution. Programming languages differ considerably in their support… … Wikipedia
Raise the Roof (card game) — Raise the Roof is a construction strategy card game for 2 to 4 players.The game is played by drawing cards in turn and playing them to build your house. Room cards used to build your house range in value from 100 to 400. You can stop other… … Wikipedia
Raise the Titanic! — Infobox Book name = Raise the Titanic! image caption = Hardcover 1st Edition author = Clive Cussler cover artist = Garden Studio country = United States language = English series = Dirk Pitt Novels genre = Adventure, Techno thriller novel… … Wikipedia
exception — n 1. exclusion, barring, debarment, blockage, lockout, shutout; rejection, spurning, ostracism, blackball; omission, leaving out, noninclusion. 2. anomaly, rarity, irregularity, special or uncommon or unusual case; oddity, quirk, freak, rare… … A Note on the Style of the synonym finder
Microsoft-specific exception handling mechanisms — Microsoft Windows OS family employs some exception handling mechanisms that are based on the operation system specifics. Contents 1 Structured Exception Handling 1.1 Usage 1.2 Implementation 1.3 … Wikipedia
take exception — verb raise a formal objection in a court of law (Freq. 1) • Syn: ↑challenge • Derivationally related forms: ↑challenge (for: ↑challenge) • Topics: ↑law … Useful english dictionary
take exception to — Lydia took exception to their criticism of her husband Syn: object to, take offense at, take umbrage at, demur at, disagree with; resent, argue against, protest against, oppose, complain about, shudder at; informal kick up a fuss about, raise a… … Thesaurus of popular words
Oxygene (programming language) — Oxygene Developer RemObjects Software Stable release 3.0.21 (August 29, 2009; 2 years ago (2009 08 29)) Influenced by Object Pas … Wikipedia
Error hiding — is an anti pattern, in computer programming. The programmer hides error messages by overriding them with exception handling. As a result of this the root error message is hidden from the user (hence error hiding ) and so they will not be told… … Wikipedia